Merge change(s) made in Gnus no-gnus branch
authorGnus developers <ding@gnus.org>
Wed, 1 Feb 2012 09:00:42 +0000 (09:00 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 1 Feb 2012 09:00:42 +0000 (09:00 +0000)
2012-01-31  Jim Meyering  <jim@meyering.net>
 gnus-agent.el (gnus-agent-expire-unagentized-dirs):
 Correct a comment (insert "not") and hide nominally-doubled "to".

doc/misc/ChangeLog
lisp/gnus/ChangeLog
lisp/gnus/gnus-agent.el

index c781cac0dc9bab11fdc9c5d58ce72eab5a79089e..f88d32b6038713b38451c422b8a3fe7c066086db 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
+
+       * gnus.texi (Agent Basics): Fix outdated description of
+       `gnus-agent-auto-agentize-methods'.
+
 2012-01-28  Andreas Schwab  <schwab@linux-m68k.org>
 
        * cc-mode.texi: Always @defindex ss.
index 70ff5e645a4b45cc556d2f14848b4c259c7549d8..97e936fd48a90b8beb25dd6d4a75aceea6d2b7b8 100644 (file)
@@ -1,3 +1,8 @@
+2012-01-31  Jim Meyering  <jim@meyering.net>
+
+       * gnus-agent.el (gnus-agent-expire-unagentized-dirs):
+       Correct a comment (insert "not") and hide nominally-doubled "to".
+
 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
 
        * gnus-agent.el (gnus-agent-auto-agentize-methods): Point to the Agent
index d7308758862313fab070ec8e48b559f419f35c2e..5178220af8f034d80f956b4aefc20fe6bfac179b 100644 (file)
@@ -3618,7 +3618,7 @@ articles in every agentized group? "))
                                 (setq r d
                                       d (directory-file-name d)))
                               ;; if ANY ancestor was NOT in keep hash and
-                              ;; it's already in to-remove, add it to
+                              ;; it's not already in to-remove, add it to
                               ;; to-remove.
                               (if (and r
                                        (not (member r to-remove)))